home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / html / HTMLDocument$HTMLReader$IsindexAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  1.0 KB  |  22 lines

  1. package javax.swing.text.html;
  2.  
  3. import javax.swing.text.MutableAttributeSet;
  4. import javax.swing.text.SimpleAttributeSet;
  5. import javax.swing.text.html.HTML.Tag;
  6.  
  7. public class HTMLDocument$HTMLReader$IsindexAction extends HTMLDocument.HTMLReader.TagAction {
  8.    // $FF: synthetic field
  9.    private final HTMLDocument.HTMLReader this$1;
  10.  
  11.    public HTMLDocument$HTMLReader$IsindexAction(HTMLDocument.HTMLReader var1) {
  12.       super(var1);
  13.       this.this$1 = var1;
  14.    }
  15.  
  16.    public void start(HTML.Tag var1, MutableAttributeSet var2) {
  17.       this.this$1.blockOpen(Tag.IMPLIED, new SimpleAttributeSet());
  18.       this.this$1.addSpecialElement(var1, var2);
  19.       this.this$1.blockClose(Tag.IMPLIED);
  20.    }
  21. }
  22.